home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bath
/
Bath CDROM.iso
/
pc
/
BATH.DXR
/
Internal_24_arrowback_over.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-26
|
214 b
|
15 lines
global selector
on mouseDown
repeat while the stillDown
Shift(selector, #prior)
wait(15)
end repeat
end
on wait amount
start = the ticks
repeat while (the ticks - start) < amount
end repeat
end